From: Thien-Thi Nguyen Date: Sat, 15 Nov 2003 00:56:16 +0000 (+0000) Subject: (minor-mode-list): Add `hs-minor-mode'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24991 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=df729345607d09f36e4713327ec142c194ea258f;p=emacs.git (minor-mode-list): Add `hs-minor-mode'. --- diff --git a/lisp/subr.el b/lisp/subr.el index e0fdc5c0b24..711f763be92 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2224,7 +2224,8 @@ If SUFFIX is non-nil, add that at the end of the file name." ;; isearch-mode is deliberately excluded, since you should ;; not call it yourself. (defvar minor-mode-list '(auto-save-mode auto-fill-mode abbrev-mode - overwrite-mode view-mode) + overwrite-mode view-mode + hs-minor-mode) "List of all minor mode functions.") (defun add-minor-mode (toggle name &optional keymap after toggle-fun)